You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > ZipfCDFInv Method > Probabilities.ZipfCDFInv Method ([In] TDenseMtxVec, double, int, [In] TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.ZipfCDFInv Method ([In] TDenseMtxVec, double, int, [In] TDenseMtxVec)

Zipf distribution PPF (vectorized).

Syntax
C#
Visual Basic
public static void ZipfCDFInv([In] TDenseMtxVec p, double s, int N, [In] TDenseMtxVec Res);
Parameters 
Description 
[In] TDenseMtxVec p 
Defines distribution probabilities, real vector or matrix with values within closed interval [0,1]. 
double s 
Distribution parameter, real positive value. 
int N 
Distribution parameter, positive integer. 
[In] TDenseMtxVec Res 
After calculation stores the PPF calculated from P,s and N. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of P. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!